You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Rem Method > Vector.Rem Method ([In] TMtxVec, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.Rem Method ([In] TMtxVec, double)

Calculates reminder after division X/Y according to formula X[i]-y*Trunc(X[i]/y).

Syntax
C#
Visual Basic
public TMtxVec Rem([In] TMtxVec X, double Y);

X must be a real. The results will be saved to the calling vector. Size and Complex properties of the calling vector are set implicitly to match the X object.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!